home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q93 / 2 / 18.TXT
Text File  |  1993-08-30  |  2KB  |  48 lines

  1. DOCUMENT:Q93218  08-JUL-1993  [W_NT]
  2. TITLE   :INF: MS-DOS/Win16 Serial Communication Applications on NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. ----------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. When running MS-DOS or Windows version 3.1 serial communications
  17. applications that directly access serial port hardware, you may
  18. enhance performance of these applications by using software
  19. handshaking (xon/xoff) instead of hardware handshaking (cts/rts).
  20.  
  21. Because hardware must be virtualized under NT, checking the cts/rts
  22. signals directly will incur an unavoidable performance degradation.
  23. Using xon/xoff handshaking avoids this problem since xon/xoff
  24. handshaking does not require accessing the serial port hardware
  25. directly.
  26.  
  27. Note that this does not apply to Windows version 3.x or Win32
  28. applications that correctly use the Comm APIs to do communications.
  29.  
  30. Additional reference words: 3.10 handshaking cts rts
  31. KBCategory:
  32. KBSubcategory:
  33.  
  34. =============================================================================
  35.  
  36. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  37. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  38. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  39. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  40. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  41. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  42. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  43. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  44. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  45. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  46. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  47.  
  48. Copyright Microsoft Corporation 1993.